home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Missions / Mission_15 / Forest.script < prev    next >
Text File  |  2001-11-01  |  612b  |  18 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CSurvivalMission_Forest extends CBaseForest
  11. {
  12.   int    Dimension       = 2048;
  13.   string ZoneMap         = "Terrains/zone_13.bmp";
  14.   string SkinFile        = "Missions/Mission_15/Forest.skin";
  15.   float  MaxForestDetail = 0.0;
  16. }
  17.  
  18.